home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / LOOPNEST.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  147 b   |  16 lines

  1. Sample Nested Loops
  2.  
  3. First statement.
  4.  
  5. Question;
  6.     Statement.
  7.     
  8.     Nested question;
  9.         Nested statement.
  10.     ;end
  11.     
  12. ;end
  13.  
  14. Last statement.
  15.  
  16.